use anon params in murex fns
This commit is contained in:
parent
0562e2235d
commit
ca53366fd0
4 changed files with 44 additions and 43 deletions
|
@ -8,7 +8,7 @@ pkgs.stdenvNoCC.mkDerivation {
|
|||
pname = "murex-module-starship";
|
||||
version = "0.1.0";
|
||||
inherit src;
|
||||
patches = [./starship-set-time.patch];
|
||||
# patches = [./starship-set-time.patch];
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r ./* $out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue