mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
chicago95: fix noBrokenSymlinks
This commit is contained in:
parent
9967182c2d
commit
9a86a3568f
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
|
||||
nativeBuildInputs = [ gtk3 ];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
find . -xtype l -delete
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue