Unverified Commit 0a2c7daf authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

htop: make postPatch linux only to match dependency (#389413)

parents af28390a c71a0f71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
    let
      libnlPath = lib.getLib libnl;
    in
    ''
    lib.optionalString stdenv.hostPlatform.isLinux ''
      substituteInPlace configure.ac \
        --replace-fail /usr/include/libnl3 ${lib.getDev libnl}/include/libnl3
      substituteInPlace linux/LibNl.c \