mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
heimdal: cosmetic to make syntax highlightig happy
This commit is contained in:
parent
c65a3e198c
commit
243a51b82d
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
# dont succeed with --libexec=$out/sbin, so
|
# dont succeed with --libexec=$out/sbin, so
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/libexec/* $out/sbin/
|
mv "$out/libexec/"* $out/sbin/
|
||||||
rmdir $out/libexec
|
rmdir $out/libexec
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user