about summary refs log tree commit diff
path: root/pkgs/applications/editors/bluefish
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-25 11:04:30 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-03-25 11:04:30 +0100
commit1d1904bdace14a495868e6e53efdf2139776fb69 (patch)
tree56c359ee93849a4b8df38e5a49a37c395d28f4f7 /pkgs/applications/editors/bluefish
parent69832d0e280c20a3e96f54e7a7e29b8854d0ef44 (diff)
downloadnixlib-1d1904bdace14a495868e6e53efdf2139776fb69.tar
nixlib-1d1904bdace14a495868e6e53efdf2139776fb69.tar.gz
nixlib-1d1904bdace14a495868e6e53efdf2139776fb69.tar.bz2
nixlib-1d1904bdace14a495868e6e53efdf2139776fb69.tar.lz
nixlib-1d1904bdace14a495868e6e53efdf2139776fb69.tar.xz
nixlib-1d1904bdace14a495868e6e53efdf2139776fb69.tar.zst
nixlib-1d1904bdace14a495868e6e53efdf2139776fb69.zip
bluefish: don't use strictDeps
needs further fixing
Diffstat (limited to 'pkgs/applications/editors/bluefish')
-rw-r--r--pkgs/applications/editors/bluefish/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/editors/bluefish/default.nix b/pkgs/applications/editors/bluefish/default.nix
index 1f45d4f2ff22..59d1f11312dc 100644
--- a/pkgs/applications/editors/bluefish/default.nix
+++ b/pkgs/applications/editors/bluefish/default.nix
@@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
   buildInputs = [ gnome3.adwaita-icon-theme gtk libxml2
     enchant gucharmap python3 ];
 
-  strictDeps = true;
-
   meta = with lib; {
     description = "A powerful editor targeted towards programmers and webdevelopers";
     homepage = "http://bluefish.openoffice.nl/";