dex: drop included patch
This commit is contained in:
parent
28498f46b7
commit
35094fe23e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, python3, fetchpatch }:
|
{ stdenv, fetchFromGitHub, python3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
program = "dex";
|
program = "dex";
|
||||||
@ -16,13 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ python3.pkgs.sphinx ];
|
nativeBuildInputs = [ python3.pkgs.sphinx ];
|
||||||
makeFlags = [ "PREFIX=$(out)" "VERSION=$(version)" ];
|
makeFlags = [ "PREFIX=$(out)" "VERSION=$(version)" ];
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/jceb/dex/commit/107358ddf5e1ca4fa56ef1a7ab161dc3b6adc45a.patch";
|
|
||||||
sha256 = "06dfkfzxp8199by0jc5wim8g8qw38j09dq9p6n9w4zaasla60pjq";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A program to generate and execute DesktopEntry files of the Application type";
|
description = "A program to generate and execute DesktopEntry files of the Application type";
|
||||||
homepage = "https://github.com/jceb/dex";
|
homepage = "https://github.com/jceb/dex";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user