mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
sdate: fix function wrapper
This commit is contained in:
parent
04ba895ecd
commit
c5729a30f8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
with import <nixpkgs> {};
|
{ stdenv, fetchurl, autoreconfHook }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sdate-${version}";
|
name = "sdate-${version}";
|
||||||
version = "0.5";
|
version = "0.5";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue