Loading pkgs/applications/file-managers/doublecmd/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ , wrapQtAppsHook }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "doublecmd"; version = "1.0.8"; src = fetchFromGitHub { owner = "doublecmd"; repo = "doublecmd"; rev = "v${version}"; rev = "v${finalAttrs.version}"; hash = "sha256-kuqleoDoxzOj3baTK0lBJpbDECoHeFubWhLXAVkEqAk="; }; Loading @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { libqt5pas ]; NIX_LDFLAGS = "--as-needed -rpath ${lib.makeLibraryPath buildInputs}"; NIX_LDFLAGS = "--as-needed -rpath ${lib.makeLibraryPath finalAttrs.buildInputs}"; postPatch = '' patchShebangs build.sh install/linux/install.sh Loading Loading @@ -70,5 +70,5 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ AndersonTorres ]; platforms = with platforms; linux; }; } }) # TODO: deal with other platforms too Loading
pkgs/applications/file-managers/doublecmd/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ , wrapQtAppsHook }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "doublecmd"; version = "1.0.8"; src = fetchFromGitHub { owner = "doublecmd"; repo = "doublecmd"; rev = "v${version}"; rev = "v${finalAttrs.version}"; hash = "sha256-kuqleoDoxzOj3baTK0lBJpbDECoHeFubWhLXAVkEqAk="; }; Loading @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { libqt5pas ]; NIX_LDFLAGS = "--as-needed -rpath ${lib.makeLibraryPath buildInputs}"; NIX_LDFLAGS = "--as-needed -rpath ${lib.makeLibraryPath finalAttrs.buildInputs}"; postPatch = '' patchShebangs build.sh install/linux/install.sh Loading Loading @@ -70,5 +70,5 @@ stdenv.mkDerivation rec { maintainers = with maintainers; [ AndersonTorres ]; platforms = with platforms; linux; }; } }) # TODO: deal with other platforms too