mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
kdePackages.karousel: 0.12 -> 0.13
This commit is contained in:
parent
0719ce0002
commit
86534aafc3
1 changed files with 4 additions and 2 deletions
6
pkgs/kde/third-party/karousel/default.nix
vendored
6
pkgs/kde/third-party/karousel/default.nix
vendored
|
@ -10,17 +10,19 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "karousel";
|
pname = "karousel";
|
||||||
version = "0.12";
|
version = "0.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "peterfajdiga";
|
owner = "peterfajdiga";
|
||||||
repo = "karousel";
|
repo = "karousel";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-BfEMLn49LN5e2TT0e9jPtfJNrvUC92D66HyvmDPJrV4=";
|
hash = "sha256-kwj0G4px9Mmv2TdGJsRuj+29Qvg4ZfSYnxCDgf+54bg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs run-ts.sh
|
patchShebangs run-ts.sh
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace-fail "build: lint tests" "build: tests"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue