Skip to content

Commit

Permalink
Merge pull request #48339 from ryantm/fixaliases
Browse files Browse the repository at this point in the history
treewide: fix evaluation with `allowAliases = false`
  • Loading branch information
ryantm committed Oct 13, 2018
2 parents a80026e + 07f8104 commit f54cb38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/soulseekqt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, qtbase, qtmultimedia
, libjson, libgpgerror
, libX11, libxcb, libXau, libXdmcp, freetype, libbsd
, pythonPackages, squashfsTools, desktop_file_utils
, pythonPackages, squashfsTools, desktop-file-utils
}:

with stdenv.lib;
Expand All @@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {

dontBuild = true;

buildInputs = [ pythonPackages.binwalk squashfsTools desktop_file_utils ];
buildInputs = [ pythonPackages.binwalk squashfsTools desktop-file-utils ];

# avoid usage of appimage's runner option --appimage-extract
unpackCmd = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ self: super: builtins.intersectAttrs super {
--prefix PATH : "${path}" \
--set NIX_CC_WRAPPER_x86_64_unknown_linux_gnu_TARGET_HOST 1 \
--set NIX_CFLAGS_COMPILE "-I${opencl-headers}/include" \
--set NIX_CFLAGS_LINK "-L${opencl-icd}/lib"
--set NIX_CFLAGS_LINK "-L${ocl-icd}/lib"
'';
});
}

0 comments on commit f54cb38

Please sign in to comment.