mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
backintime-qt4: package is broken
the install phase writes into /nix : ``` <snip> install -d /nix/store/1kc8xcni0wp4y35vafh03rdxvqkrsxvl-backintime-qt4-1.1.24/../etc/dbus-1/system.d install --mode=644 net.launchpad.backintime.serviceHelper.conf /nix/store/1kc8xcni0wp4y35vafh03rdxvqkrsxvl-backintime-qt4-1.1.24/../etc/dbus-1/system.d <snap> ```
This commit is contained in:
parent
c81e172468
commit
119570cd83
@ -1,7 +1,7 @@
|
||||
{stdenv, fetchurl, makeWrapper, gettext, pkgconfig, libtool, backintime-common, python3, python3Packages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
inherit (backintime-common) version src installFlags meta;
|
||||
inherit (backintime-common) version src installFlags;
|
||||
|
||||
name = "backintime-qt4-${version}";
|
||||
|
||||
@ -22,4 +22,7 @@ stdenv.mkDerivation rec {
|
||||
--prefix PATH : "${backintime-common}/bin:$PATH"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user