mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
sdate: fix function wrapper
This commit is contained in:
parent
04ba895ecd
commit
c5729a30f8
|
@ -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…
Reference in a new issue