Kim Ingmar Ferenc ALLAMANDOLA 2018-07-07 08:38:05 +02:00 committed by Vladimír Čunát
parent ef2ac673a1
commit 58021b77a0
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, fetchpatch, libuuid, libselinux }:
let
let
sourceInfo = rec {
version = "2.2.7";
url = "http://nilfs.sourceforge.net/download/nilfs-utils-${version}.tar.bz2";
@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
})
];
configureFlags = [ "--with-libmount" ];
# FIXME: https://github.com/NixOS/patchelf/pull/98 is in, but stdenv
# still doesn't use it
#