mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
qdirstat: migrate to by-name
This commit is contained in:
parent
e8eb1a8d5c
commit
35586e4eec
@ -1,6 +1,6 @@
|
||||
{ lib, fetchFromGitHub, qmake
|
||||
{ lib, fetchFromGitHub, libsForQt5
|
||||
, coreutils, xdg-utils, bash
|
||||
, makeWrapper, perlPackages, mkDerivation }:
|
||||
, makeWrapper, perlPackages }:
|
||||
|
||||
let
|
||||
pname = "qdirstat";
|
||||
@ -14,10 +14,10 @@ let
|
||||
};
|
||||
in
|
||||
|
||||
mkDerivation {
|
||||
libsForQt5.mkDerivation {
|
||||
inherit pname version src;
|
||||
|
||||
nativeBuildInputs = [ qmake makeWrapper ];
|
||||
nativeBuildInputs = [ libsForQt5.qmake makeWrapper ];
|
||||
|
||||
buildInputs = [ perlPackages.perl ];
|
||||
|
@ -34427,8 +34427,6 @@ with pkgs;
|
||||
|
||||
eiskaltdcpp = libsForQt5.callPackage ../applications/networking/p2p/eiskaltdcpp { };
|
||||
|
||||
qdirstat = libsForQt5.callPackage ../applications/misc/qdirstat { };
|
||||
|
||||
qemu = callPackage ../applications/virtualization/qemu {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices Cocoa Hypervisor vmnet;
|
||||
inherit (darwin.stubs) rez setfile;
|
||||
|
Loading…
Reference in New Issue
Block a user