summary refs log tree commit diff
path: root/pkgs/tools/filesystems/irods
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2017-06-28 14:37:34 -0500
committerWill Dietz <w@wdtz.org>2017-06-28 14:37:34 -0500
commit8e5759e7d255f30253d7097c11da2f7e8e800fc7 (patch)
treebf6df6204b9609626ec6cc0c9e0e78cc3d757966 /pkgs/tools/filesystems/irods
parent707145a955ad0e771154cc45479038282c87dc41 (diff)
downloadnixpkgs-8e5759e7d255f30253d7097c11da2f7e8e800fc7.tar
nixpkgs-8e5759e7d255f30253d7097c11da2f7e8e800fc7.tar.gz
nixpkgs-8e5759e7d255f30253d7097c11da2f7e8e800fc7.tar.bz2
nixpkgs-8e5759e7d255f30253d7097c11da2f7e8e800fc7.tar.lz
nixpkgs-8e5759e7d255f30253d7097c11da2f7e8e800fc7.tar.xz
nixpkgs-8e5759e7d255f30253d7097c11da2f7e8e800fc7.tar.zst
nixpkgs-8e5759e7d255f30253d7097c11da2f7e8e800fc7.zip
irods: Don't ask cmake to grant setuid permissions
Diffstat (limited to 'pkgs/tools/filesystems/irods')
-rw-r--r--pkgs/tools/filesystems/irods/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/irods/default.nix b/pkgs/tools/filesystems/irods/default.nix
index 72118cada9f..db69fa64c84 100644
--- a/pkgs/tools/filesystems/irods/default.nix
+++ b/pkgs/tools/filesystems/irods/default.nix
@@ -40,6 +40,8 @@ in rec {
         -DCMAKE_MODULE_LINKER_FLAGS=-Wl,-rpath,$out/lib
         -DCMAKE_SHARED_LINKER_FLAGS=-Wl,-rpath,$out/lib
         "
+
+      substituteInPlace cmake/server.cmake --replace SETUID ""
     '';
 
     meta = common.meta // {