summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-03-29 05:57:57 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-03-29 12:37:24 +0100
commit76d2557df8ae14014d0e600dec4d068bbea10133 (patch)
treed6aac99f7c436c8af1d7469e3c157afbcef81ede
parent4e3d5eb1f7a67ab7db19b240d58f70fa208d7bad (diff)
downloadnixpkgs-76d2557df8ae14014d0e600dec4d068bbea10133.tar
nixpkgs-76d2557df8ae14014d0e600dec4d068bbea10133.tar.gz
nixpkgs-76d2557df8ae14014d0e600dec4d068bbea10133.tar.bz2
nixpkgs-76d2557df8ae14014d0e600dec4d068bbea10133.tar.lz
nixpkgs-76d2557df8ae14014d0e600dec4d068bbea10133.tar.xz
nixpkgs-76d2557df8ae14014d0e600dec4d068bbea10133.tar.zst
nixpkgs-76d2557df8ae14014d0e600dec4d068bbea10133.zip
amp: fix strict deps build
-rw-r--r--pkgs/applications/editors/amp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/amp/default.nix b/pkgs/applications/editors/amp/default.nix
index 625a5d3c0ab..9be6d56ab34 100644
--- a/pkgs/applications/editors/amp/default.nix
+++ b/pkgs/applications/editors/amp/default.nix
@@ -14,8 +14,8 @@ rustPlatform.buildRustPackage rec {
 
   cargoSha256 = "09v991rl2w4c4jh7ga7q1lk6wyl2vr71j5cpniij8mcvszrz78qf";
 
-  nativeBuildInputs = [ cmake pkgconfig ];
-  buildInputs = [ openssl python3 xorg.libxcb libgit2 ] ++ stdenv.lib.optionals stdenv.isDarwin
+  nativeBuildInputs = [ cmake pkgconfig python3 ];
+  buildInputs = [ openssl xorg.libxcb libgit2 ] ++ stdenv.lib.optionals stdenv.isDarwin
     (with darwin.apple_sdk.frameworks; [ curl Security AppKit ]);
 
   # Tests need to write to the theme directory in HOME.