about summary refs log tree commit diff
path: root/pkgs/development/libraries/libui
AgeCommit message (Collapse)AuthorFilesLines
2022-07-09libui: fix typo when installing libs on darwinSebastián Mancilla1-1/+1
2022-02-22treewide: rename name to pname&versionFelix Buehler1-11/+10
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-8/+8
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-12libui: 3.1a -> 4.1aHerwig Hochleitner1-7/+8
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-03libui: remove cf-privateDaiderd Jordan1-2/+2
2018-11-07libui: add cf-private on darwinDaiderd Jordan1-43/+42
Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _uiMainStep in main.m.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in main.m.o "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in multilineentry.m.o "_OBJC_CLASS_$_NSMutableArray", referenced from: objc-class-ref in alloc.m.o objc-class-ref in box.m.o objc-class-ref in menu.m.o objc-class-ref in radiobuttons.m.o objc-class-ref in tab.m.o ld: symbol(s) not found for architecture x86_64
2018-11-05treewide: get rid of osx cmake flagsMatthew Bauer1-5/+1
Flags that we now set globally: - CMAKE_OSX_SYSROOT - CMAKE_OSX_DEPLOYMENT_TARGET can now be removed. (cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
2018-10-11libui: add license metaLeon Schuermann1-2/+3
2018-03-22treewide: fix evalMatthew Bauer1-2/+2
2018-03-22treewide: remove libintl hacksMatthew Bauer1-1/+3
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-09-28libui: darwin compatibilityAnthony Cowley1-6/+22
2016-07-23Adds pkg-config file and headers (#17173)Richard Zetterberg2-20/+44
2016-07-16libui: init at 3.1aRichard Zetterberg1-0/+25